home *** CD-ROM | disk | FTP | other *** search
/ Games People Play 2 / Armorwares Games People Play.iso / menu / a / bash.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-11  |  544 b   |  34 lines

  1. echo off
  2. @cls
  3. @echo.
  4. @echo.
  5. @echo                     Options Menu
  6. @echo.
  7. @echo.
  8. @echo.
  9. @echo         Press   1  to play the Game
  10. @echo.
  11. @echo         Press   2  to put the game on your hard drive
  12. @echo.
  13. @echo         Press   3  to return to the games menu
  14. @cd bash
  15. @echo.
  16. dch [45] 9123           Please choose one now....   
  17. if errorlevel 5 goto BYE
  18. if ERRORLEVEL 4 GOTO THREE
  19. if ERRORLEVEL 3 GOTO TWO
  20. if ERRORLEVEL 2 GOTO ONE
  21.  
  22. goto bye
  23. :ONE
  24. 1.bat
  25. goto bye
  26. :TWO
  27. 2.bat
  28. goto bye
  29. :THREE
  30. 3.bat
  31. goto bye
  32. :BYE
  33.  cd..
  34.